Yikes! Trying to Move onto Python Charting Stocks/Forex for Technical Analysis Part 6 - Basic Financial Graph
All of the info seems to be out of date. The installation files for matplotlib end with .whl and there is no real download link. The installation instructions advise you need to install a bunch of stuff to make mathplotlib work; or another option is to install anaconda which I guess contains all these tools natively? What would you advise. I'm kind of a python beginner so not sure what to do.
You must be logged in to post. Please login or register an account.
Nowadays, you use pip install just about anything, including wheel files: https://pythonprogramming.net/using-pip-install-for-python-modules/
-Harrison 9 years ago
You must be logged in to post. Please login or register an account.
Okay, I think in the beginning of these tutorials you recommended using python27. I'm using 2.75 (64-bit) and when I try pip install or python27/Scripts/pip install numpy (for example) python barks: "the system cannot find the path specified." In fact, I don't even see a "Scripts" folder in the python27 directory. Do I need to install pip for 64-bit python27 first?
-cssman 9 years ago
You must be logged in to post. Please login or register an account.